GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-30T10:54:29.8948053+00:00",
"SubmitDate": "2026-01-30T10:54:29.8948053+00:00",
"ReportPeriodStart": "2026-01-30T10:54:29.8948053+00:00",
"ReportPeriodEnd": "2026-01-30T10:54:29.8948053+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "af2405f7-d393-4861-a7ff-44cb61a07cd9",
"Rows": [
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "af2405f7-d393-4861-a7ff-44cb61a07cd9",
"Rows": [
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"50c57e7b-757f-4274-889a-acb26aadc88e",
"f7146371-9f88-4a04-a133-3f80925f8c54"
],
"Approvers": [
"98aae111-88d9-4a33-9e55-4cac1ce2f593",
"6996e556-175a-4c38-a5db-f472f6915ed2"
],
"ApprovedBy": "79c2880d-aa1d-40c7-b5c8-410824923d49",
"ApprovalDate": "2026-01-30T10:54:29.8948053+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b395bb46-9d7b-4ca3-aa64-b3a691afac9e",
"id": "499ae625-3541-4d33-ae72-bc0364f71e54",
"ConfigId": "de2131bc-66c4-4f76-ad29-a016fbb4549b"
},
{
"GenerationDate": "2026-01-30T10:54:29.8948053+00:00",
"SubmitDate": "2026-01-30T10:54:29.8948053+00:00",
"ReportPeriodStart": "2026-01-30T10:54:29.8948053+00:00",
"ReportPeriodEnd": "2026-01-30T10:54:29.8948053+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "af2405f7-d393-4861-a7ff-44cb61a07cd9",
"Rows": [
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "af2405f7-d393-4861-a7ff-44cb61a07cd9",
"Rows": [
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "32006834-ab9a-41ef-8629-1289696df9d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"50c57e7b-757f-4274-889a-acb26aadc88e",
"f7146371-9f88-4a04-a133-3f80925f8c54"
],
"Approvers": [
"98aae111-88d9-4a33-9e55-4cac1ce2f593",
"6996e556-175a-4c38-a5db-f472f6915ed2"
],
"ApprovedBy": "79c2880d-aa1d-40c7-b5c8-410824923d49",
"ApprovalDate": "2026-01-30T10:54:29.8948053+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b395bb46-9d7b-4ca3-aa64-b3a691afac9e",
"id": "499ae625-3541-4d33-ae72-bc0364f71e54",
"ConfigId": "de2131bc-66c4-4f76-ad29-a016fbb4549b"
}
]